home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts Interactive 4
/
CARTS4.iso
/
mac
/
MiniCad 6.0.1 demo
/
MiniCad 6.0.1 Demo
/
MiniCad 6.0.1 Demo.rsrc
/
STR#_7013.txt
< prev
next >
Wrap
Text File
|
1996-03-22
|
158b
|
15 lines
Returns the character of the ASCII code of v.
e.g.
Chr(97) = a
Chr(65) = A
Chr(v);
Returns the ASCII code of v.
e.g.
Ord('a') = 97
Ord('A') = 65
Ord(v);